home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1490 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.0 KB

  1. Subject: Re: mntlib: problem with pipes 
  2. Date: Fri, 27 May 1994 17:02:00 -0700
  3. From: Howard Chu <howard@harry.lloyd.com>
  4.  
  5.  
  6.   I have a problem with mntlib versions > PL30.
  7.   
  8.   When I link tcsh 6.03 against newer versions of mntlib, I cannot use
  9.   pipes any more:
  10.   
  11.       # cat .cshrc | more
  12.       
  13.       Suspended (tty output)
  14.       [1] 35 36
  15.       # 
  16.   
  17.   (This also happens with tcsh 6.04.)  The same thing works fine with tcsh 6.03
  18.   + mntlib PL 30  (and has ever worked under every version of MiNT).
  19.   
  20.   I don't know exactly which mntlib PL introduces the problem...
  21.   
  22.   Can you point me to the right direction?
  23.   
  24.   Thanks,
  25.   Michael
  26.   -- 
  27.   Internet: hohmuth@freia.inf.tu-dresden.de
  28.  
  29. How strange; I would never have guessed that it was a mntlib problem. This was
  30. the exact same behavior I got from tcsh 6.04 until applying entropy's patches
  31. for the job control stuff in the kernel. Of course that didn't even fix
  32. everything; if you stopped a pipeline with ctrl-Z you couldn't resume it again;
  33. it would keep suspending itself.
  34.